CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - socket server

搜索资源列表

  1. socket

    0下载:
  2. socket编程,客户端和服务器端程序,TCP连接方式,服务器端用select机制实现的!-socket programming, client-side and server-side programs, TCP connection, server-side select the mechanism used to achieve!
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:14445
    • 提供者:刘文战
  1. socket

    0下载:
  2. java 實現socket 服務器客戶端間通信-java to achieve communication between the client socket server
  3. 所属分类:Java Develop

    • 发布日期:2017-04-13
    • 文件大小:2148
    • 提供者:江涛
  1. socket

    0下载:
  2. java 实现Socket编程 多个客户端和服务器端 通信-Socket programming java achieve multiple clients and server-side communication
  3. 所属分类:Linux Network

    • 发布日期:2017-04-05
    • 文件大小:2516
    • 提供者:fengliangcc
  1. socket

    0下载:
  2. socket程序,客户端服务器端可以相互接受发送消息!Winsocket实现的。-socket program, the client server can be mutually acceptable to send a message! Winsocket achieved.
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-30
    • 文件大小:404517
    • 提供者:美子
  1. socket

    0下载:
  2. 用socket实现服务端和客户端的通信。有各种命令,其命令类似linux的终端命令符-Achieved with the socket server and client communication. There are various commands, the command similar to the linux terminal command Fu
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-06-10
    • 文件大小:17646068
    • 提供者:su
  1. Server

    0下载:
  2. 一个Socket的服务器段,可以实现简单的网络通信-A Socket server segment, can achieve a simple network communication
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:4121
    • 提供者:caxq
  1. socket

    0下载:
  2. 用VC编写的socket小程序,有客户端和服务端,两者3次握手建立连接,用到了最基本的socket,bind,listen,send,receive,函数,非常适合初学者,我就是用这个例子学习的socket编程,很经典的例子有,还有小界面-Socket using a small program written in VC, there are client and server, the two three-way handshake to establish a connection, us
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-30
    • 文件大小:79243
    • 提供者:vivianjia
  1. socket

    0下载:
  2. c# socket控件的几种常用包装,以方便使用,诸如服务端,客户端等-c# socket control of several commonly used packaging in order to facilitate the use, such as server, client, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:22597
    • 提供者:陈丰
  1. socket

    2下载:
  2. 用socket写的服务器端客户端程序,服务器端多线程,可以并发处理客户端的请求-Used to write server-side socket client program, server-side multi-threaded and can handle concurrent client requests
  3. 所属分类:WinSock-NDIS

    • 发布日期:2014-07-05
    • 文件大小:1517635
    • 提供者:郑俊飞
  1. vc++ socket 通讯程序

    2下载:
  2. vc++ socket 通讯程序,包括client端和server端-vc++ socket communication program,include client and server
  3. 所属分类:TCP/IP协议栈

    • 发布日期:2012-11-27
    • 文件大小:24379712
    • 提供者:tony
  1. Socket-RemoteCode

    0下载:
  2. this program is a client server chat system based on socket programming and it shows how a server can send some code to client for processing and receive output from client , it is a sample of running remote code
  3. 所属分类:Grid Computing

    • 发布日期:2017-03-31
    • 文件大小:149486
    • 提供者:arad
  1. socket1

    0下载:
  2. SOCKET通信的服务器客户度,该通信是用API 写的,没有用到MFC-socket server client
  3. 所属分类:Communication

    • 发布日期:2017-05-10
    • 文件大小:2356514
    • 提供者:liuyifei
  1. socket

    0下载:
  2. 网络编程中socket使用简例,启动服务端,等待客户端发送消息,然后返回消息给客户端-Network programming in the socket to use a simple example, start the server, waiting for the client to send messages, and then return the message to the client
  3. 所属分类:Linux Network

    • 发布日期:2017-05-10
    • 文件大小:2150089
    • 提供者:小邓
  1. socket

    0下载:
  2. 编程环境:Vc 6.0 功能 : TCP 下的socket通信 内容 : tcp server & tcp client -Programming environment: Vc 6.0 features: TCP under the socket communication content: tcp server & tcp client
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:653311
    • 提供者:sean
  1. VC_SOCKET_CLIENT_SERVER

    1下载:
  2. VC++ Socket 文件传输,Server、Client端。-VC++ Socket File send receive server client
  3. 所属分类:WinSock-NDIS

    • 发布日期:2016-12-23
    • 文件大小:347214
    • 提供者:丁吕
  1. socket

    0下载:
  2. socket服务器客户端标准通信程序,打开一个程序,点击监听,再打开一个程序,点击连接,输入本机ip,就可以通讯了-the standard socket server client communication program, open a program, click listen, and then open a program, click the link, enter the local ip, you can communicate with
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-31
    • 文件大小:413389
    • 提供者:魏佳
  1. socket

    0下载:
  2. 简单的socket实例。包括客户端代码,服务端代码。开发环境windows ,vc-socket exsample. include client,server program code.windows ,vc++
  3. 所属分类:Communication

    • 发布日期:2017-04-01
    • 文件大小:75800
    • 提供者:liubiao
  1. Socket

    0下载:
  2. 一个典型的C#点对点Socket应用实例,包括服务端和客户端两部分,服务端启动后,监听来自客户端的信息,客户端向服务端发送消息,两者点对点实现对接,众多聊天软件是在此点对点的基础上进行再扩展开发而来,因此掌握基础的点对点编程,对以后从事VS开发将大有好处。-A typical C# example of point-Socket applications, including service and client of two parts, the server starts, the moni
  3. 所属分类:CSharp

    • 发布日期:2017-04-01
    • 文件大小:29905
    • 提供者:mayi789
  1. socket

    0下载:
  2. tcp udp 网络编程源码 //创建套接字 sHost = socket(AF_INET, SOCK_STREAM, IPPROTO_TCP) if(INVALID_SOCKET == sHost) { printf("socket failed!\n") WSACleanup() //释放套接字资源 return -1 } //设置服务器地址 servAddr.sin_family =AF_INET servA
  3. 所属分类:Internet-Socket-Network

    • 发布日期:2017-03-25
    • 文件大小:2343
    • 提供者:闛靚
  1. server

    0下载:
  2. socket-server简单功能实现,Unix下编译通过-socket-server simple fucntion
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:1793
    • 提供者:xin
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com